home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-05-18 | 228 b | 11 lines | [TEXT/CWIE] |
- //
- // 3dmf.h
- //
- #include <Files.h>
-
- #include "qd3d_support.h"
-
- extern TQ3Object Load3DMFModel(FSSpec *inFile);
- extern void Save3DMFModel(QD3DSetupOutputType *setupInfo,FSSpec *outFile, void (*callBack)(QD3DSetupOutputType *));
-
-